|
Dew Stats for .NET
|
First estimate Alpha, Beta and Gamma parameters by triple exponential smoothing and then use returned values to forecast up to T periods.
|
Parameters |
Description |
|
[In] TVec Y |
Time series data set. |
|
[In] TVec YHat |
Time series forecasts. Size of the YHat vector are adjusted automatically. |
|
ref double Alpha |
Overal smoothing parameter used for forecast. |
|
ref double Beta |
Trend smoothing parameter used for forecast. |
|
ref double Gamma |
Seasonal smoothing parameter used for forecast. |
|
[In] int T |
Forecast values up to T period. |
|
out double MSE |
MSE, evaluated at minimum. |
|
[In] int Period |
Period length. An exception is raised if Y.Length mod Period is not 0. |
Use this routine if you don't know the best estimates for Alpha, Beta and Gamma.
|
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|